home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / misc / gnuplot-3.7src.lha / gnuplot-3.7src / gnuplot-3.7.lha / gnuplot-3.7 / docs / latextut / eg3.plt < prev    next >
Text File  |  1998-04-15  |  199b  |  9 lines

  1. set terminal latex
  2. set output "eg3.tex"
  3. set format xy "$%g$"
  4. set title "This is another plot"
  5. set xlabel "$x$ axis"
  6. set ylabel "$y$ axis"
  7. set key 15,-10
  8. plot x with lines, "eg3.dat" with linespoints
  9.